home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / cadence.zip / CADENCE.DOC next >
Text File  |  1987-05-20  |  4KB  |  113 lines

  1. On this disk are the LISP routines printed in
  2. various issues of CADENCE magazine from September
  3. of 1986 to June of 1987.  The disk is segmented into
  4. directories, with programs from the different issues
  5. placed in separate directories.  We encourage you
  6. to reference the specific issue of CADENCE for 
  7. written documentation concerning the programs.
  8.  
  9. To access a particular directory, set your computer
  10. to the A> prompt and type 
  11.     CD \<directory name>
  12. For example to access programs in the VOL1NO3 
  13. directory you would type CD \VOL1NO3.
  14.  
  15. Plese check your disk upon receipt.  The
  16. listings in the directory should look exactly
  17. as the listings below.
  18.  
  19. Directory of  A:\VOL1NO3
  20.  
  21. GRAPH    LSP     2072   7-21-86   5:17p
  22. SHTPT    LSP     1491   5-18-87  11:26a
  23. SIDEVIEW LSP     3434   5-18-87  11:29a
  24. STAIR    LSP      711   5-18-87  11:30a
  25. TOLOWER  BAS      512   6-02-86   6:57p
  26. TXTIN    LSP     1152   1-01-80   6:49p
  27. UNWS     BAS      728   3-14-86   1:32p
  28. CENTROID BAS     2288   6-20-86   4:19p
  29. MOMENT   BAS     2707   7-18-86   3:24p
  30.  
  31.  Directory of  A:\VOL1NO2
  32.  
  33. 2TANLIN  LSP     1596   5-18-87  11:18a
  34. ACAD-BM  LSP     2944   2-05-86   5:47a
  35. MACRO    LSP     2249   6-11-86   8:25p
  36. PCIRCLE  LSP     1392   6-10-86   3:33p
  37.  
  38.  Directory of  A:\VOL1NO4
  39.  
  40. AUTONUM  LSP      768   9-22-86   1:15p
  41. SPSINP   LSP     4480   9-04-86   2:29a
  42. LAYER    LSP    11127   9-23-86  10:25p
  43. SETLAYER LSP      256   9-24-86  11:13p
  44. TURTLE   LSP     4352  10-01-86  12:10p
  45. BALLOON  LSP      816   5-18-87  12:00p
  46.  
  47.  Directory of  A:\VOL1NO5
  48.  
  49. BALLOON2 LSP      902   5-18-87  12:01p
  50. GRIDLINE LSP     2478   2-19-87   2:01p
  51. TAPER25  LSP      768   1-01-80  12:28a
  52.  
  53.  Directory of  A:\VOL1NO6
  54.  
  55. CHGTEXT  LSP     2050   1-01-80  12:01a
  56. STAIRCAL LSP     5248   1-01-80   1:47a
  57.  
  58.  Directory of  A:\VOL2NO1
  59.  
  60. ANIMATE  LSP     1383  11-18-86   9:45a
  61. DUCT     LSP     3834   5-18-87  12:05p
  62. FLEXD    LSP     3379   5-18-87  12:07p
  63. FILLET2  LSP     1081   5-18-87  12:08p
  64.  
  65.  Directory of  A:\VOL2NO2
  66.  
  67. GTCHANGE LSP     2816   2-19-87   2:01p
  68. MOMENT   LSP     3286  12-19-86  10:23a
  69. SIMPFRAC SHP     9888  11-28-86   2:59p
  70. SIMPFRAC SHX     3172  11-28-86   2:59p
  71. COGO218  LSP     4262  12-06-86  12:40a
  72.  
  73.  Directory of  A:\VOL2NO5
  74.  
  75. BOUNDRY  LSP     9344   5-13-87  10:42p
  76. LOG      LSP     3287   3-24-87   9:32p
  77.  
  78. If there are any discrepancies or disk errors, please
  79. return the disk to CADENCE and we will immediately
  80. replace the disk.
  81.  
  82. To load a LISP routine, enter AutoCAD and begin 
  83. editing a drawing file. At the Command: prompt enter 
  84. (load "the program you wish to run") [RET].  The program 
  85. will load into memory and will be ready to be invoked 
  86. by typing the word following a defun statement. As an 
  87. example, if the program has a line in it such as (defun 
  88. c:Leapfrog (), the user would type Leapfrog to start 
  89. running the program.  If you have copied the program
  90. to your current AutoCAD directory, you need only type
  91. the program name in the load statement, however, if you
  92. are running the program off of this floppy disk or another
  93. drive or directory you must tell AutoCAD where to find
  94. the program.  For example, if you choose not to copy this
  95. disk and want to run a program from the floppy you would
  96. type (Load "A:Leapfrog") to tell AutoCAD to look in the
  97. A drive.
  98.  
  99. Some of the programs on this disk were written 
  100. before the advent of AutoCAD 2.5 and will not work 
  101. unaltered. We regret any inconvienience this might 
  102. cause but as a consolation, if you are able to convert 
  103. a program written for a version of AutoCAD other than 
  104. your own, send the conversion and a discription on what 
  105. you did to make the program compatible on a disk to 
  106. CADENCE and it will be considered for use in the User
  107. Library section of the magazine. If your conversion is 
  108. used, CADENCE will pay you $100.
  109.  
  110. We hope you enjoy this disk.  Please feel free to 
  111. send comments concerning this disk or any other routines
  112. to CADENCE.
  113.